﻿@charset "utf-8";
@media (min-width: 1920px) {
	.nav_list>li+li{
		margin-left: 30px;
	}
	#header .container_header .header_logo .text span.en{
		line-height: 20px;
	}
}
@media ( min-width:1025px) and ( max-width:1099px) {
	.container {
		width: 98%;
	}
	#header .container_header {
		width: 98%;
	}
}

@media (max-width: 1245px) {
	.footnav .flowus {
		display: none;
	}
	.footnav .ftlist {
		width: 100%;
	}
	.footnav {
		margin-bottom: 30px!important;
	}
}

@media (min-width: 1025px) and (max-width: 1260px) {
	.xyh-f16 {
		font-size: 15px;
	}
	.xyh-f18 {
		font-size: 16px;
	}
	.xyh-f20 {
		font-size: 18px;
	}
	.xyh-f22 {
		font-size: 20px;
	}
	.xyh-f24 {
		font-size: 22px;
	}
	.xyh-f32 {
		font-size: 24px;
	}
	.xyh-f36 {
		font-size: 26px;
	}
	.xyh-f48 {
		font-size: 28px;
	}
	.container,
	#header .container_header {
		width: 98%;
		margin: 0 auto;
	}
	.nav_list>li+li {
		margin-left: 4%;
	}
	.footnav .ftlist a {
		padding: 0 1.5%;
	}
	.footer {
		width: 100%;
		margin: 0 auto;
		padding-left: 1%;
		padding-right: 1%;
	}
	.cus-right{
		width: 77%;
	}
	.cus-left h1{
		padding: 40px 0 30px 0;
		font-size: 26px;
	}
	.cus-right h3{
		padding-top: 45px;
	}
	.main-slider .carousel-inner .item figure figcaption h1{
		font-size:30px;
	}
	.tag-cloud__tag{padding: 5px 13px;}
	.main .row{
		padding-bottom: 20px;
	}
	.flink-tit{
		font-size: 24px;
	}
}
@media (max-width: 1260px){
	.home-featured__grid__item__content{
		padding-top: 3.3rem;
	}
	.main .row .item{
		height: auto;
	}
	.with-image{
		height: 566px;
		background: #3a4c64;
	}
	.hteam{
		height: 566px;
		background: #6ca9b2;
	}
	.hpro{
		height: 566px;
		background: #d55f50;
	}
	.xsal{
		height: 566px;
	}
	.xsal img{
		height: 100%;
	}
	.hpromote{
		height: 566px;
		background: #282c2f;
	}
	.hqdgl{
		height: 566px;
		background: #3a4c64;
	}
}

@media (max-width: 1064px) {
	.burger_menu {
		display: block;
		transform: translateZ(0);
		width: 50px;
		height: 50px;
		z-index: 99999;
		top: -6px;
		right: 0;
		position: absolute;
	}
	.burger_menu [class*="_line"] {
		transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, top 0.3s ease;
		width: 28px;
		height: 2px;
		border-radius: 10px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.burger_menu .top_line {
		top: -20px;
	}
	.burger_menu .bottom_line {
		top: 20px;
	}
	.toggle_burger {
		transform: translateZ(0);
	}
	.toggle_burger .top_line {
		top: 0;
		transform: rotate(45deg);
	}
	.toggle_burger .middle_line {
		opacity: 0;
	}
	.toggle_burger .bottom_line {
		top: 0;
		transform: rotate(-45deg);
	}
	#header .container_header .header_logo {
		left: 10px;
	}
	.header__nav-button {
		display: block;
		position: absolute;
		z-index: 9999;
		right: 0;
	}
	#header .container_header .header_logo {
		width: 80%;
	}
	.enhanced .global-nav-container {
		height: 100%
	}
	.global-nav {
		animation: .1s fade-in .5s linear forwards;
		background: #3a4c64;
		border: 5px solid #fff;
		bottom: 0;
		left: 0;
		opacity: 0;
		overflow: auto;
		padding-top: 100px;
		position: fixed;
		right: 0;
		top: 0;
		transition: .5s transform cubic-bezier(0.895, .03, .685, .22);
		transform: translate3d(100%, 0, 0);
		display: block;
		z-index: 9999;
		width: 100%;
		height: 100%;
	}
	.nav_list {
		text-align: center;
		color: #fff;
	}
	.nav_list>li {
		clear: both;
		width: 100%;
		display: block;
	}
	.nav_list>li+li {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.nav_list a {
		color: #fff;
	}
	.global-nav.open {
		transform: translate3d(0, 0, 0);
		transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
		opacity: 1;
		animation: .1s fade-in .5s linear forwards;
		background: #3a4c64;
		border: 5px solid #fff;
		bottom: 0;
		left: 0;
		opacity: 1;
		overflow: auto;
		padding-top: 100px;
		position: fixed;
		right: 0;
		top: 0;
		display: block;
		z-index: 9999;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 55%;
	}
	body {
		font-size: 1.4rem;
	}
	.container {
		width: 96%;
		margin: 0 auto;
	}
	.foot {
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
	}
	.xyh-f16 {
		font-size: 1.4rem;
	}
	.xyh-f18 {
		font-size: 1.6rem;
	}
	.xyh-f20 {
		font-size: 1.7rem;
	}
	.xyh-f22 {
		font-size: 1.9rem;
	}
	.xyh-f24 {
		font-size: 2.0rem;
	}
	.xyh-f32 {
		font-size: 2.2rem;
	}
	.xyh-f36 {
		font-size: 2.4rem;
	}
	.xyh-f48 {
		font-size: 2.8rem;
	}
	.footnav {
		display: none;
	}
	.main-slider .carousel-inner .item figure figcaption h1{
		font-size:22px;
	}
	
.joinus-left{
	width: 100%;
	float: left;
	padding-top: 10px;
}
.joinus-right{
	width: 100%;
	float: right;
}
.cooper-form{
	padding-bottom: 0;
}
.joinus-right ul{
	font-size: 12px;
}
.mt50{ margin-top: 30px;}
	.joinus-right .tit{
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.newsde-info {
		flex-wrap: wrap;
		justify-content: flex-start!important
	}
	.newsde-info span:nth-child(1) {
		display: block;
		width: 100%;
		text-align: left;
		padding-bottom: 10px!important;
	}
	.promote-tit{width: 50%;}
	.promote-list-item{
		overflow: visible;
		margin-bottom: 50px;
	}
	.promote-list-item .pic,.promote-list-item .text{
		width: 60%;
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.promote-list-item:nth-child(2n)  .pic,.promote-list-item:nth-child(2n)  .text{
		clear: both;
		float: none;
	}
	.promote-list-item .text{
		padding-top: 20px;
	}
	.promote-list-item .pic{
		margin: 0 auto;
		text-align: center;
	}
	.promote-list-item .pic img{
		margin: 0 auto;
		text-align: center;
	}
	.promote-list-item .text p{
		min-height: auto;
		padding-bottom: 20px;
	}
	.promote-list-item .text a{
		overflow: hidden;
	}
	/*关于我们*/
	.subabtinfo{
		background:url(../images/b-abt.jpg) no-repeat center top;
		background-size: cover;
		height: 400px;
		 
	}
	.subabtinfo .abt-box .tit1{
		padding-top: 30px;
		font-size: 26px;
	}
	.subabtinfo .abt-box .tit2{
		font-size: 24px;
		line-height: 50px;
	}
	.subabtinfo .abt-box{
		width: 70%;
		margin-left: 20%;
	}
	.subabtinfo .abt-box-content{
		padding: 10px 0;
	}
.cus-left h1{
	padding: 40px 0 30px 0;
		font-size: 22px;
	}
.cus-right{
	
	width: 77%;
}
.cus-right h3{
	padding-top: 40px;
}
	
}
@media (max-width: 950px) {

}
@media (max-width: 930px) {
	.ftlogo{
		width: 40%;
		border-right: none;
		display: block;
		margin-bottom: 20px;
	}
	.ftlogo img{
		max-width: 100%;
		float: left;
	}
	.ftlogo h2{
		border-left: none;
	}
	.footadd{
		width: 90%;
		clear: both;
		float: none;
	}
	.footcopy{
		width: 90%;
		text-align: left;
		float: none;
		clear: both;
	}
	
}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (max-width: 955px) {
	.cooper-form .formitem{
		width: 100%;
		margin-top: 30px;
	}
	.sublocal{
		margin-bottom: 30px;
	}
	.prode .prode-subtitle{
		padding: 20px 0;
		
	}
}
@media (max-width: 860px) {
	.main .row .item{
		width: 50%;
	}
	.work-card-alt__body p,.hpromote .work-card-alt__body p{
		height: 52px;
	}
	.hpro .ul li{
		padding: 7px 0;
	}
	.main .row{
		padding-bottom: 10px;
	}
	.flink-tit{
		font-size: 22px;
	}
	}
@media (max-width: 630px) {
	.news-item a{
		padding: 10px 0;
	}
	.news-item .tetxleft{
		width: 75%;
	}
	.news-item .tetxleft h1{
		font-size: 14px;
		display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
	}
	.news-item .date{
		width: 70px;
		height: 70px;
		margin-top: 2rem;
	}
	.news-item .date span:first-child{
		font-size: 16px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	html {
		font-size: 50%;
	}
	body {
		font-size: 1.2rem;
	}
	.xyh-f20 {
		font-size: 1.6rem;
	}
	.xyh-f22 {
		font-size: 1.8rem;
	}
	.xyh-f24 {
		font-size: 2.0rem;
	}
	.xyh-f32 {
		font-size: 2.2rem;
	}
	.xyh-f36 {
		font-size: 2.3rem;
	}
	.xyh-f48 {
		font-size: 2.4rem;
	}
	/* header S */
	#header .container_header .header_logo img{
		width: 230px;
		max-width: 100%;
	}
	.burger_menu{
		margin-top:-3px;
	}
	.subcontact{
		padding: 30px 0;
	}
	
	.footadd ul{
		font-size: 12px;
	}
	.footadd ul li{
		line-height: 22px;
	}
	.ftlogo img{
		width: 60px;
	}
	.foot {
		line-height: 22px;
	}
	.contact-tit{
		width: 60%;
		line-height: 35px;
		border-radius: 35px;
		margin-bottom: 0;
		font-size: 16px;
		margin-top: 20px;
	}
	.promote-tit{
		line-height: 35px;
		border-radius: 35px;
		font-size: 16px;
		padding: 5px 10px;
		margin: 20px auto;
	}
	.promote-tit a{
		height: 35px;
		line-height: 35px;
		border-radius: 35px;
	}
	.promote-list-item .text p{
		line-height: 25px;
	}
	.promote-list-item .text h1{
		font-size: 20px;
		line-height: 30px;
	}
	.promote-list-item .text a{
		font-size: 15px;
		padding: 7px 40px;
	}
	.submap{
		padding: 25px 0;
	}
	.submap img{
		width: 50%;
	}
	/*招商合作*/
	.cooper-form{
		width: 100%;
		
	}
	.cooper-form .formitem{
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
		overflow: hidden;
	}
	.cooper-form .btn{
		font-size: 16px;
	}
	/*会务推广*/
	.promote-tit{width: 80%;}
	.promote-list-item .pic, .promote-list-item .text{
		width: 100%;
	}
	.news-item .date{
		margin-top: 2.3rem;
	}
	/*详情页*/
	.newsde .newsde-tit{
		font-size: 20px;
	}
	/*证书*/
	.honnor-tit{
		width: 100%!important;
	}
	.course .text{
		padding-top: 5px;
	}
	.course .text p{
		height: auto;
		padding-bottom: 20px;
	}
	.course .testwrapper:last-child{
		margin-bottom: 0;
	}
	.honor{
		
	}
	.honor .row{
		width: 94%;
		margin: 0 -10px;
		margin: 0 auto;
	}
	.honor .row .p9{
		padding: 0 10px;
	}
	.honor .testwrapper h2{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	/*产品详情*/
	.sublocal{
		margin-bottom: 30px;
	}
	.prode .prode-pic{
		width: 100%;
	}
	.prode .prode-subtitle{
		width: 100%;
		padding-bottom: 30px;
	}
	.prode .prode-subtitle p{
		min-height: auto;
		padding-bottom: 30px;
	}
	/*关于我们*/
	.subabtinfo{
		height: auto;
	}
	.subabtinfo .abt-box{
		width: 90%;
		margin: 0 auto;
	}
	.subabtinfo .abt-box .tit1{
		padding-top: 30px;
		font-size: 22px;
	}
	.subabtinfo .abt-box .tit2{
		font-size: 20px;
		line-height: 40px;
	}
	.subabout-content{
		flex-direction: column;
	}
	.subabout-content .one{
		width: 100%;
		margin: 0;
	}
	.subabout-content .two{
		width: 100%;
	}
	.subabout-content h1{
		line-height: 50px;
	}
	.subabout-content p{
	margin-bottom: 30px;
}
.subabout-content img{
	margin: 0 auto;
	display: block;
}
	.w73{width: 100%;}
	.subabout-content:nth-child(2) .one{
		float: right;
	}
	.subabout-content:nth-child(2) .two{
		float: left;
	}
	/*客户终端*/
	.cus-left ul{
		overflow: hidden;
	}
	.cus-left{
		width: 100%;
		padding: 0;
		border-right: none;
		padding-bottom: 0;
		border-bottom: #dce5e5  solid 1px;
	}
	.cus-left h1{
		display: none;
	}
	.cus-left ul li{
		width: 33%;
		float: left!important;
		clear: inherit;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.cus-left ul li a.cur{
		border-bottom: none;
	}
	.cus-right h3{
		display: none;
	}
	.cus-right{
		width: 100%;
	}
	.main-slider .carousel-inner .item figure figcaption h1{
		font-size:16px;
		line-height: 25px;
		margin-top:-15px;
		padding-top: 0;
	}
	.work-card-alt__body h2{
		font-size: 18px;
		line-height: 40px;
	}
	a.up2Top {
		right: 8px;
	}
	
	/*新增新闻分类*/
	.newsClass2 a{
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		padding: 0px;
		margin: 10px 1% 0 0;
		width: 49.5%;
	}
	.newsClass2 a:nth-child(2n){
		margin-right: 0;
	}
	
}
@media (max-width: 740px) {
	.subcontact .item{
		width: 100%;
	}
 
	.subcontact .item .quan span{
		display: none;
	}
	.subcontact .item .quan i{
		font-size: 24px;
	}
	.subcontact .item p{
		width: 100%;
		padding-top: 0;
		font-size: 14px;
		text-align: center;
	}
	.subcontact .item p br{ display: none;}
}
@media (max-width:410px){
	/*首页*/
	.main{
		padding-top: 10px;
		overflow: hidden;
	}
	.main .row .item{
		width: 100%;
		margin: 0 auto;
		height: auto;
		min-height: auto;
		float: none;
	}
	.with-image,.hteam,.hpro,.xsal,.hpromote,.hqdgl{
		height: auto;
	}
	.home-featured__grid__item.article .home-featured__grid__item__image{
		width: 150px;
		height: 150px;
		margin-top: 10px;
	}
	
}
@media (min-width: 411px) and (max-width: 767px) {
	.home-featured__grid__item__content{
		padding-top: 1.3rem;
	}
	.home-featured__grid__item.article .home-featured__grid__item__image{

		margin-top: 10px;
	}
	.with-image,.hteam{
		height: 513px;
	}
		.hpro,.xsal{
			height: 438px;
		}
	.hpromote,.hqdgl{
		height: 444px;
	}
	.home-featured__grid__item__author{
		font-size: 14px;
		height: auto;
	}
}

@media (max-width: 320px) {
	#header .container_header .header_logo{
		width: 90%;
	}
	#header .container_header .header_logo img{
		margin-top: 3px;
	}
	.footadd{
		width: 100%;
	}
	.subcontact .item p{
		font-size: 13px;
	}
	.subaddd .title{
		margin-bottom: 5px;
	}
	.subaddd img{
		width: 15%;
	}
	.b-cus img{
		height: 80px;
	}
}